home *** CD-ROM | disk | FTP | other *** search
/ Click Press Kit / Click Press Kit.iso / pc / main.dxr / Internal_61.ls < prev    next >
Encoding:
Text File  |  2006-05-31  |  437 b   |  19 lines

  1. global gSound, gMaster, gTracker
  2.  
  3. on enterFrame me
  4.   gMaster.pmarker = the frameLabel
  5.   sendAllSprites(#mSetUpGraphics)
  6.   sendSprite(22, #mSetUpGraphicsDouble, "production", 0)
  7.   sendSprite(28, #mSetUpGraphicsDouble, "credits", 0)
  8. end
  9.  
  10. on exitFrame me
  11.   gTracker.mAddSection(gMaster.pmarker)
  12.   cursor(-1)
  13.   gSound.mResumeSound()
  14.   vList = [22, 23, 24]
  15.   repeat with x = 1 to vList.count
  16.     sprite(vList[x]).visible = 1
  17.   end repeat
  18. end
  19.